home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000359_hwting@yahoo.com_Fri Sep 13 12:49:27 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  51 lines

  1. Article: 13691 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!news.gtei.net!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: hwting@yahoo.com (Ben)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Need help: C-Kermit to send message page by using TAP protocol.
  6. Date: 13 Sep 2002 09:38:19 -0700
  7. Organization: http://groups.google.com/
  8. Lines: 33
  9. Message-ID: <8f01e2d0.0209130838.38896a2d@posting.google.com>
  10. NNTP-Posting-Host: 202.166.126.225
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1031935099 24507 127.0.0.1 (13 Sep 2002 16:38:19 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: 13 Sep 2002 16:38:19 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13691
  17.  
  18. I am using the C-Kermit 6.0.192 that come with the HPUX 11.00.  I
  19. managed to use the alphapage6 script that I download from
  20. ftp://kermit.columbia.edu/kermit/scripts/ckermit/alphapage6 to send a
  21. message page.
  22.  
  23. Addition setting has been added in the alphapage6 script, so that
  24. Kermit will return back to UNIX prompt after the completion of
  25. execution.
  26.  
  27. set exit warning off
  28.  
  29. >From  my Unix script, I call the Kermit by the following command.
  30.  
  31. kermit -Y -C "take alphapage, apage Pager# { Test Page }, exit"
  32.  
  33. Question 1:
  34. My HP server has five dial-out ports that connected to the 3 USRmodems
  35. and 2 generic modems.  All the modems have tested and worked fine with
  36. C-Kermit.  How do I configure the C-Kermit so that the script will
  37. check the availability of the modem?  For instance, Modem port1
  38. (cul2a1) is in use or no carrier and Kermit program will search for
  39. the next available modem to perform the page.  What should I need to
  40. include in the alphapage script?
  41.  
  42. Question 2:
  43. Where can I find the log file for the modem status or modem dialing
  44. process, such a no dial tone, no carrier or modem in use?
  45.  
  46. Question 3:
  47. Where can I found the documentation of C-Kermit 6.0.192 or guide to
  48. write the Kermit script?
  49.  
  50. Thanks.
  51.